@charset "utf-8";
.box1{
	height: 138px;
	background: url(../20210401img/top.png);
	background-position: center;
	background-size: cover;
	margin-top: 70px;
	position: relative;
}

.box1 a{
	width: 1090px;
		height: 56px;
		font-family: SourceHanSerifCN-Regular;
		font-size: 18px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 38px;
		letter-spacing: 0px;
		color: #ffffff;
		position: absolute;
		top: 50%;
		margin-top: -40px;
}

.box1 a span{
	font-size: 26px;
}

.box2 p,
.box5 li p{
	background: url(../20210401img/video.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0,0,0,0.1);
	z-index: 1;
}

.box2 a,
.box5 li a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.box2 a img,
.box5 li a img{
	width: 100%;
	height: 100%;
}

.box2{
	height: 600px;
	margin-top: 52px;
	margin-bottom: 70px;
}

.box3{
	width: 524px;
	padding: 30px;
	background-color: #f7f8fa;
}

.butt{
		width: 100%;
		height: 66px;
		background-color: #c43d3c;
		border-radius: 3px;
			font-family: SourceHanSerifCN-Regular;
			font-size: 29px;
			font-weight: normal;
			font-stretch: normal;
			line-height: 66px;
			letter-spacing: 0px;
			color: #ffffff;
			text-align: center;
			cursor:pointer
}

.textInput{
	outline-style: none ;
	border: 0px;
	width: 494px;
	background-color: #ffffff;
	border-radius: 3px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 15px;
	letter-spacing: 0px;
	color: #7d8ba8;
	padding: 15px;
	margin-top: 50px;
}

.textInput2{
	margin-top: 30px;
	height: 115px;
}

.butt2{
	background-color: #f9b930;
	margin-top: 30px;
	font-size: 24px;
}

.flow{
	position: absolute;
	left: 12px;
	top: 110px;
}

.t4{
	margin-top: 70px;
}

.box5 li{
	width: 277px;
	height: 407px;
	position: relative;
	margin: 0 15px;
	margin-top: 30px;
	float: left;
}

.box5{
	width: 1228px;
	margin: 0 auto;
}

.box5 li p{
	background-size: 20%;
}


.box6{
		width: 669px;
		height: 400px;
}

.mesCont{
		height: 460px;
		background-color: #ffffff;
		overflow-y: auto;
}

.mesCont li{
	width: 90%;
	margin: 0 auto;
	padding-top: 23px;
	border-bottom: 1px solid #f4f6f9;
}

.mesCont li span{
	display: block;
		width: 100%;
		font-size: 14px;
		line-height: 26px;
		letter-spacing: 0px;
		color: #7d8ba8;
}

.mesCont li p{
		width: 100%;
		font-size: 16px;
		line-height: 25px;
		color: #383838;
		padding: 15px 0;
}

.box7{
	width: 443px;
	height: 125px;
	background-color: rgba(255,248,244,0.5);
	padding: 30px;
}

.box7 a{
	display: block;
		font-family: MicrosoftYaHei-Bold;
		font-size: 20px;
		font-weight: 600;
		line-height: 37px;
		color: #4c4c4c;
}

.box7 .pv{
		font-family: MicrosoftYaHei;
		font-size: 16px;
		line-height: 28px;
		letter-spacing: 0px;
		color: #999aa2;
		margin-top: 18px;
		font-weight: 500;
}
.box7:nth-child(2){
	margin-top: 25px;
}

.vid{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgb(0,0,0,0.7);
	z-index: 100;
}

.vid video{
	position: absolute;
	top: 20vh;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.vid p{
	position: absolute;
	bottom: 20vh;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 150px;
	height: 60px;
	background-color: #991817;
	border: 1px solid  #991817;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	border-radius: 10px;
	letter-spacing: 5px;
}

.box2 video,
.box5 li video{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#flo2{
	display: none;
}